Content Management System (CMS)
MAMP Configuration
Configuring a local server to begin development of the CMS.
Created the demo database containing 1-Record: Content with 5 columns.
CREATE RECORD
Created the user form to gather input from user and the code to insert row into database.
READ RECORD
Create the code to read records from the database and list the output.
Update Record
Modified the form and code to update a record in the database.
Delete Record
The last column of the output when reading the rows from the database was Delete. When selected the code behind the hyperlink would delete the current row.
Files used for the CMS-CRUD project.
CMS-CRUD
Published:

CMS-CRUD

Published: